翻訳と辞書
Words near each other
・ Syntagma Square
・ Syntagmatarchis
・ Syntagmatic analysis
・ Syntaracta
・ Syntarsus
・ Syntasoft
・ SYNTAX
・ Syntax
・ Syntax (band)
・ Syntax (disambiguation)
・ Syntax (journal)
・ Syntax (logic)
・ Syntax (programming languages)
・ Syntax (typeface)
・ Syntax Definition Formalism
Syntax diagram
・ Syntax error
・ Syntax guessing
・ Syntax highlighting
・ Syntax tree
・ Syntax-Brillian Corporation
・ Syntax-directed translation
・ Syntaxin
・ Syntaxin 3
・ Syntaxin 6 N terminal protein domain
・ Syntaxin binding protein 2
・ Syntaxin binding protein 3
・ Syntaxis
・ Syntec
・ Syntegra


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Syntax diagram : ウィキペディア英語版
Syntax diagram
Syntax diagrams (or railroad diagrams) are a way to represent a context-free grammar. They represent a graphical alternative to Backus–Naur Form or to EBNF as metalanguages. Early books using syntax diagrams include the "Pascal User Manual" written by Niklaus Wirth 〔(Niklaus Wirth: ''The Programming Language Pascal.'' (July 1973) )〕 (diagrams start at page 47) and the Burroughs CANDE manual.〔http://bitsavers.org/pdf/burroughs/B6500_6700/5000318_B6700_CANDE_Oct72.pdf〕 In the compilation field, textual representations like BNF or its variants are usually preferred. BNF is text-based, and used by compiler writers and parser generators. Railroad diagrams are visual, and may be more readily understood by laypeople, sometimes incorporated into graphic design. The canonical source defining the JSON data interchange format provides yet another example of a popular modern usage of these diagrams.
== Principle of syntax diagrams ==

The representation of a grammar is made of a set of syntax diagrams. Each diagram defines a non-terminal. There is a main diagram which defines the language in the following way: to belong to the language, a word must describe a path in the main diagram.
Each diagram has an entry point and an end point. The diagram describes possible paths between these two points by going through other nonterminals and terminals. Terminals are represented by round boxes while nonterminals are represented by square boxes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Syntax diagram」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.